About the Demo

This demo shows one way to plug into the ECO architecture. It makes use of the ICache interface to intercept the modification of an attribute. The modification is written to a log. Instead of directly implementing the ICache interface, the example subclasses the class AbstractCache. All methods in this class will simply pass through the call to another Cache.

Setup Information

This demo does not require a database. 

Running the Demo

  1. Start the IDE.
  2. Open the ChangeLogging.bdsproj.
  3. Compile and run.
  4. Click the 'New Thing' button to add objects.
  5. Change their names using the editbox.